type net/http.http2PriorityFrame

4 uses

	net/http (current package)
		h2_bundle.go#L2459: type http2PriorityFrame struct {
		h2_bundle.go#L2496: 	return &http2PriorityFrame{
		h2_bundle.go#L5156: 	case *http2PriorityFrame:
		h2_bundle.go#L5678: func (sc *http2serverConn) processPriority(f *http2PriorityFrame) error {